home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Mandelbrot Fractal / card_6039.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  871 b   |  46 lines

  1. -- card: 6039 from stack: in
  2. -- bmap block id: 6792
  3. -- flags: 0000
  4. -- background id: 2684
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=0 top=50 right=306 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Button1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   VISUAL EFFECT IRIS CLOSE VERY SLOWLY
  23.   go to card id 2913
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: A000
  32. -- rect: left=131 top=61 right=99 bottom=232
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: <---
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   GO TO PREVIOUS CARD
  44. end mouseUp
  45.  
  46.